Cookie

Undocumented in source.

Constructors

this
this(string cname, string cvalue, string[string] cparams)
Undocumented in source.
this
this(string cname, string cvalue)
Undocumented in source.
this
this()
Undocumented in source.

Members

Functions

get
string get(string key)
Undocumented in source. Be warned that the author may not have intended to support it.
get
string get(string key, string _default)
Undocumented in source. Be warned that the author may not have intended to support it.
initialize_cookieparams
void initialize_cookieparams()
Undocumented in source. Be warned that the author may not have intended to support it.
output
string output(string[] attrs, string header)
Undocumented in source. Be warned that the author may not have intended to support it.
output
string output()
Undocumented in source. Be warned that the author may not have intended to support it.
output
string output(string header)
Undocumented in source. Be warned that the author may not have intended to support it.
set
void set(string name, string value)
Undocumented in source.
setkey
void setkey(string key, string _value)
Undocumented in source. Be warned that the author may not have intended to support it.
toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DEFAULT_HEADER
enum DEFAULT_HEADER;
Undocumented in source.

Properties

is_name_set
bool is_name_set [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
is_value_set
bool is_value_set [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
name
string name [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
params
string[string] params [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
params
string[string] params [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
quoted_value
string quoted_value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
quoted_value
string quoted_value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
value
string value [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

is_reserved_key
bool is_reserved_key(string key)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta